@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap');

#footer {
    background-color: #dcdde1;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(1fr,2);
    justify-items: center;
    font-family: 'Poppins';
    color: white;

}

.ul-f {

    width: 50%;
}

.ul-f > li{
    list-style-type: none;
}

.head-f {
    font-size: 25px;
    padding-bottom: 5px;
}

.ls-f {
    font-style: initial;

}

#Cont-mail , a{
    
    color: #ff812c;
}



#Cont-mail > a {
    text-decoration: underline;
}

#Cont-no {
    color: #ff812c;
}

#enq-us {
    width: 30%;
    background: #7f8fa6;
    margin: 10px;
    text-align: center;
    font-family: 'poppins';

    border-radius: 30px;
}

.ipt-i {
    width: 50%;
    border: none;
    padding: 10px;
    margin: 5px;
    font-family: 'Roboto Condensed';
    border-radius: 5px;
    
}

#sbt-btn {
    background: #8a9cad;
    cursor: pointer;
    margin-bottom: 10px;
    color: white;
    transition: 0.3s ease;

}

#sbt-btn:hover {
    color: #8a9cad;
    background-color: white;
    cursor: pointer;
    

}

footer {
    background: #b9babd;
}

#copy {
    margin: 0%;
    padding: 5px;
    font-family: 'Poppins';
    text-align: center;
    font-size: 13px;
}

#powered {
    margin: 0%;
    padding: 2px;
    font-family: 'Poppins';
    text-align: center;
    font-size: 8px;
}

h5#powered > a {

    
    color: black;

}



@media screen and (max-width:1650px) {
    #enq-us {
        width:20vw;
    }
}


@media screen and (max-width:1300px) {
    #enq-us {
        width:25vw;
    }
}


@media screen and (max-width:970px){

    #enq-us{
        width: 30vw;
        margin-right:20px;
    }

}

@media screen and (max-width:880px){

    #enq-us{
        width: 35vw;
        margin-right:20px;
    }

}



@media screen and (max-width:670px) {

   
    #footer{
        grid-gap: 10px;
        grid-auto-flow: row;
        grid-template-rows: repeat(1fr, 1);
        margin: 0%;
    }

    .ul-f > li{
        margin-right:50px;
    }

   
}

@media screen and (max-width:600px){

    #enq-us{
        width: 40vw;
        margin-right:20px;
    }

}

@media screen and (max-width:450px){

    #enq-us{
        width: 50vw;
        margin-right:20px;
    }

}

@media screen and (max-width:400px){

    #enq-us{
        width: 55vw;
        margin-right:20px;
    }

}








